home *** CD-ROM | disk | FTP | other *** search
/ Rover 25 Presentation / Rover25_Presentation_CD.bin / Tool2.cst / 00020_Script_go to colours < prev    next >
Text File  |  2000-01-31  |  178b  |  13 lines

  1. global gMovie, gMenu
  2.  
  3. on mouseUp me
  4.   if gMenu <> 1 then
  5.     puppetSound 3, "uh-urr"
  6.     exit
  7.   else
  8.     gMovie = "4" -- movie name
  9.     go to "exit"
  10.   end if
  11. end if
  12.  
  13.